os.fileStat.Mode (method, view implemented interface methods)
3 uses
os (current package)
root_unix.go#L123: if !lstat && fs.Mode()&ModeSymlink != 0 {
types.go#L61: func (fs *fileStat) IsDir() bool { return fs.Mode().IsDir() }
types_unix.go#L24: func (fs *fileStat) Mode() FileMode { return fs.mode }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)